ga.view.appstate.roomplanner
Class RoomPlanner.MenuMouseListener

java.lang.Object
  extended by ga.view.interfaces.MouseListener
      extended by ga.view.appstate.roomplanner.RoomPlanner.MenuMouseListener
All Implemented Interfaces:
com.jme3.input.controls.ActionListener, com.jme3.input.controls.InputListener
Enclosing class:
RoomPlanner

private class RoomPlanner.MenuMouseListener
extends MouseListener


Field Summary
private  com.jme3.math.Vector3f lastLoc
           
 
Constructor Summary
private RoomPlanner.MenuMouseListener()
           
 
Method Summary
 void onAction(java.lang.String name, boolean keyPressed, boolean isDoubleClick, float tpf)
          Callback method for mouse events.
 void update(float tpf)
           
 
Methods inherited from class ga.view.interfaces.MouseListener
isEnabled, onAction, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastLoc

private com.jme3.math.Vector3f lastLoc
Constructor Detail

RoomPlanner.MenuMouseListener

private RoomPlanner.MenuMouseListener()
Method Detail

onAction

public void onAction(java.lang.String name,
                     boolean keyPressed,
                     boolean isDoubleClick,
                     float tpf)
Description copied from class: MouseListener
Callback method for mouse events. Subclasses must implement this to add custom code.

Specified by:
onAction in class MouseListener
Parameters:
name - Name of the action.
keyPressed - true if the key is still pressed.
isDoubleClick - true if it is a double click.
tpf - The time per frame.

update

public void update(float tpf)